home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgtkmathview0c2a / ANNOUNCEMENT next >
Encoding:
Text File  |  2007-04-25  |  3.9 KB  |  182 lines

  1.            GtkMathView v0.1.0 Announcement
  2.            -------------------------------
  3.  
  4. I'm glad to announce the first release of GtkMathView, a GTK widget
  5. for rendering MathML documents. It is meant to be a standalone,
  6. light-weight component and not a full browser.  GTK applications can
  7. use the widget as a window for displaying mathematical formulas and
  8. doing simple interactions.
  9.  
  10. At present, the widget is actively used as part of the HELM project
  11. (see http://www.cs.unibo.it/helm).
  12.  
  13. This is both an announcement and a call for contribution. Despite the
  14. low-numbered version, the widget recognizes most of MathML 2 (Draft)
  15. elements and attributes (actually, only the handling of labeled rows
  16. in a table is missing). Here are some of the features of GtkMathView:
  17.  
  18. - breaking of long expressions
  19. - support for stretchy operators
  20. - configurable support for additional fonts
  21. - configurable support for the operator dictionary
  22. - configurable support for entities
  23. - selection of MathML subtrees
  24.  
  25. However, the code is far from being heavily tested, and I think there
  26. are many bugs. For these reasons, anyone interested can contribute
  27. with bug reports, suggestions and active development of the code, the
  28. documentation, the configuration scripts. With your support, I expect
  29. to release the 1.0 version in a few weeks.
  30.  
  31. Here is the home-page of the widget:
  32.  
  33.     http://www.cs.unibo.it/~lpadovan/mml-widget/
  34.  
  35. You will find the source package and the online version of the manual
  36. (included in the distribution). The package includes detailed
  37. information for compiling and running the widget, as well as the
  38. source code of a minimal browser and some (sample) configuration
  39. files.
  40.  
  41. To test the widget, write a MathML document (simply enclose a MathML
  42. expression within a <math> element) and run the minimal browser on it.
  43. (See at the bottom of this file for an example).
  44.  
  45. A note about the license: the widget is covered by the GNU GPL license
  46. (NOT the GNU LGPL).
  47.  
  48. Waiting for your feedback,
  49.  
  50.     Luca Padovani <luca.padovani@cs.unibo.it>
  51.  
  52. <!-- test.xml: cut here -->
  53. <math display="block">
  54.   <mrow>
  55.     <mo>∫</mo>
  56.     <mo>⁡</mo>
  57.     <mfrac>
  58.       <mrow>
  59.         <mrow>
  60.           <mi>a</mi>
  61.       <mo>⁢</mo>
  62.       <mi>x</mi>
  63.     </mrow>
  64.     <mo>+</mo>
  65.     <mi>b</mi>
  66.       </mrow>
  67.       <mrow>
  68.         <msup>
  69.       <mi>x</mi>
  70.       <mn>2</mn>
  71.     </msup>
  72.     <mo>+</mo>
  73.     <mrow>
  74.       <mi>p</mi>
  75.       <mo>⁢</mo>
  76.       <mi>x</mi>
  77.     </mrow>
  78.     <mo>+</mo>
  79.     <mi>q</mi>
  80.       </mrow>
  81.     </mfrac>
  82.   </mrow>
  83.   <mo>ⅆ</mo>
  84.   <mi>x</mi>
  85.   <mo>=</mo>
  86.   <mrow>
  87.     <mrow>
  88.       <mfrac><mi>a</mi><mn>2</mn></mfrac>
  89.       <mo>⁢</mo>
  90.       <mrow>
  91.         <mi>ln</mi>
  92.     <mo>⁡</mo>
  93.     <mrow>
  94.       <mo>(</mo>
  95.       <mrow>
  96.         <msup><mi>x</mi><mn>2</mn></msup>
  97.         <mo>+</mo>
  98.         <mrow>
  99.           <mi>p</mi>
  100.           <mo>⁢</mo>
  101.           <mi>x</mi>
  102.         </mrow>
  103.         <mo>+</mo>
  104.         <mi>q</mi>
  105.       </mrow>
  106.       <mo>)</mo>
  107.     </mrow>
  108.       </mrow>
  109.     </mrow>
  110.     <mo>+</mo>
  111.     <mrow>
  112.       <mfrac>
  113.         <mrow>
  114.       <mrow>
  115.         <mn>2</mn>
  116.         <mo>⁢</mo>
  117.         <mi>b</mi>
  118.       </mrow>
  119.       <mo>-</mo>
  120.       <mrow>
  121.         <mi>a</mi>
  122.         <mo>⁢</mo>
  123.         <mi>p</mi>
  124.       </mrow>
  125.     </mrow>
  126.     <msqrt>
  127.       <mrow>
  128.         <mrow>
  129.           <mn>4</mn>
  130.           <mo>⁢</mo>
  131.           <mi>q</mi>
  132.         </mrow>
  133.         <mo>-</mo>
  134.         <msup>
  135.           <mi>p</mi>
  136.           <mn>2</mn>
  137.         </msup>
  138.       </mrow>
  139.     </msqrt>
  140.       </mfrac>
  141.       <mo>⁢</mo>
  142.       <mrow>
  143.         <mi>arctg</mi>
  144.     <mo>⁡</mo>
  145.     <mfrac>
  146.       <mrow>
  147.         <mrow>
  148.           <mn>2</mn>
  149.           <mo>⁢</mo>
  150.           <mi>x</mi>
  151.         </mrow>
  152.         <mo>+</mo>
  153.         <mi>p</mi>
  154.       </mrow>
  155.       <msqrt>
  156.         <mrow>
  157.           <mrow>
  158.             <mn>4</mn>
  159.         <mo>⁢</mo>
  160.         <mi>q</mi>
  161.           </mrow>
  162.           <mo>-</mo>
  163.           <msup>
  164.             <mi>p</mi>
  165.         <mn>2</mn>
  166.           </msup>
  167.         </mrow>
  168.       </msqrt>
  169.     </mfrac>
  170.       </mrow>
  171.     </mrow>
  172.     <mo>+</mo>
  173.     <mi>c</mi>
  174.   </mrow>  
  175. </math>
  176. <!-- test.xml: cut here -->
  177.  
  178.  
  179.  
  180.  
  181.  
  182.